home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
By Popular Request 2.0
/
By Popular Request 2.0 (Arsenal Computer).ISO
/
amiga_4
/
mm_1_0.lha
/
MM
/
Rexx
/
MM_Requester.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-01-05
|
248b
|
14 lines
/*
** This script shows how to use the MM Requester
*/
address 'MAILMANAGER'
titolo = '"MM Requester"'
text = 'This is an example for the usage of'x2c(0A)'cbMM_Requestern'
gadgets = '*_Ok|_Cancel'
MM_Requester titolo 'text' 'gadgets'
say rc